Welcome![Sign In][Sign Up]
Location:
Search - LDPC in matlab

Search list

[Communicationldpc_cdma

Description: ldpc码在cdma中应用,matlab实现-cdma ldpc code in the application and realization of Matlab
Platform: | Size: 3072 | Author: 九妹 | Hits:

[Communicationwman1

Description: ldpc码在无线城域网中应用,matlab-ldpc yards in the wireless MAN applications, Matlab
Platform: | Size: 3072 | Author: 九妹 | Hits:

[matlabdecode_ldpc

Description: LDPC译码函数的matlab程序,希望大家能够喜欢-LDPC decoding function of Matlab procedures in the hope that we can love
Platform: | Size: 1024 | Author: 常亮 | Hits:

[matlabstbc

Description: stbc在2发2收,4发4收的性能仿真 一个编码译码程序。 有仿真结果图。-stbc made two in 2 admission, made 4 of 4 admission a performance simulation code decoding procedures. A Simulation results.
Platform: | Size: 57344 | Author: | Hits:

[OtherHmatrix

Description: 基于穷举法实现的LDPC码的校验H矩阵的自动生成程序,并且有一定的去小环的功能。如果最后的结果趋缓结果不理想,可以适当加大变量GENE的初始值,它表明程序穷举的次数,预置为500次。-Method Based on the exhaustive LDPC check matrix H automatic generation procedures, and to a certain small part of the function. If the final results of the slowdown in the outcome is unsatisfactory, it may be appropriate variables LCRA increase on the initial value It shows that the number of procedures exhaustive, preset to 500.
Platform: | Size: 1024 | Author: kevin | Hits:

[Windows MobileMatlabprogrammsforencodinganddecodingofLDPCcodesov

Description: There is an example of how to use the LDPC encode/decode with AWGN channel model in files .\ldpc_decode.m and .\GFq\ldpc_decode.m. There are a few parity check matrices available in the code but you can use other matrices provided you have enough memory to load them. I suggest checking out matrices in Alist format available on David MacKay s web site.You will need to have access to a MEX compiler to be able to use a few functions written in C. LDPC的仿真代码-There is an example of how to use the LDPC enc ode/decode with AWGN channel model in files. \ l dpc_decode.m and. \ GFq \ ldpc_decode.m. There are a few parity check matrices available in the code but you can use other matrices provided you have enough memory to load them. I suggest check ing out matrices in Alist format available on Da vid MacKay's web site.You will need to have acces MEX's to a compiler to be able to use a few function 's written in C. Simulation LDPC code
Platform: | Size: 593920 | Author: 王文 | Hits:

[OS programLDPC

Description: 在删除信道下LDPC码的编译码研究与实现,可供参考-In the Delete Channel Encoding and Decoding of LDPC Codes and implementation, available for reference
Platform: | Size: 9216 | Author: 蔡虹 | Hits:

[ELanguageLDPC_BSN

Description: ldpc在BSN信道下的性能仿真,程序较简单,但可以运行,仅供参考-ldpc in the performance of BSN channel simulation, the program is relatively simple, but it can run for reference only
Platform: | Size: 13312 | Author: 蔡虹 | Hits:

[matlab1234564LDPC_matlab

Description: MATLAB 下的LDPC编码解码,自己编写,在7/0下通过验证-Decoding LDPC codes under MATLAB, I have written, in 7/0, validated
Platform: | Size: 567296 | Author: 高硕 | Hits:

[matlabMATLAB

Description: this an example of LDPC code in which after encoding i have added AWGN(Additive white Gaussian noise) and bsc(binary symmetric channel). then i hav performed decoding operation. one can easily devloped different BER vs Eb/N0 graph of different channel.-this is an example of LDPC code in which after encoding i have added AWGN(Additive white Gaussian noise) and bsc(binary symmetric channel). then i hav performed decoding operation. one can easily devloped different BER vs Eb/N0 graph of different channel.
Platform: | Size: 8192 | Author: Ronak chauhan | Hits:

[matlabLDPC_codes_IEEE802_16e

Description: LDPC codes for IEEE 802.16 in MATLAB.
Platform: | Size: 43008 | Author: so16ae | Hits:

[Data structsgfq

Description: LDPC code generator and encoder and decoder -LDPC code generator and encoder and decoder
Platform: | Size: 16384 | Author: linzhujun | Hits:

[Communication-MobileIEEE-802.16e

Description: IEEE 802.16e标准中LDPC的编码代码 快速编码 BP译码-the code about LDPC in the standard of IEEE 802.16e fasting code BP decode
Platform: | Size: 4096 | Author: ningmengcha | Hits:

[Communication-Mobileldpc_ofdm_simulation

Description: 这是整套的ldpc-ofdm仿真模拟代码,可以运行的,输出的是误码率图像-This is the whole set of ldpc-ofdm simulation code, you can run the output image is the bit error rate
Platform: | Size: 407552 | Author: 蛋蛋 | Hits:

[matlabLDPC

Description: LDPC码是通过校验矩阵定义的一类线性码,为使译码可行,在码长较长时需要校验矩阵满足“稀疏性”,即校验矩阵中1的密度比较低,也就是要求校验矩阵中1的个数远小于0的个数,并且码长越长,密度就要越低。 -LDPC Coding with PSK modulation in Rayleigh fading channel Most of the functions are built in matlab functions found in the comm. toolbox. These can also be easily configurable in the code to meet your requirements. In the given code, set the SNR, codeRate, modulation order (psk) and Number of frames to be simulated. Please feel free to contact me and let me know your comments.
Platform: | Size: 2048 | Author: 胡发刚 | Hits:

[Software Engineeringcodefroge-ldpc-matlab

Description: this an implementation of ldpc encoder and decoder in matlab. generator matrix, parity check matrix and the chennel are implemented seperately. the bit error rate performance is estimated for the ldpc code -this is an implementation of ldpc encoder and decoder in matlab. generator matrix, parity check matrix and the chennel are implemented seperately. the bit error rate performance is estimated for the ldpc code
Platform: | Size: 1249280 | Author: raka | Hits:

[matlabldpc-decoder-matlab

Description: Specify the condition to stop the decoding iterations as one of Maximum iteration count | Parity check satisfied . The default is Maximum iteration count . When you set this property to Maximum iteration count , the object will iterate for the number of iterations you specify in the Maximum Iteration Count property. When you set this property to Parity check satisfied , the object will determine if the parity checks are satisfied after each iteration and stops if all parity checks are satisfied.-Specify the condition to stop the decoding iterations as one of Maximum iteration count | Parity check satisfied . The default is Maximum iteration count . When you set this property to Maximum iteration count , the object will iterate for the number of iterations you specify in the Maximum Iteration Count property. When you set this property to Parity check satisfied , the object will determine if the parity checks are satisfied after each iteration and stops if all parity checks are satisfied.
Platform: | Size: 3072 | Author: shankar.m | Hits:

[ELanguageLDPC

Description: LDPC,LDPC code,LPDC decode, LDPC simulation,and some others in matlab.The result seems to be good to see. Hope it can help you a lot-LDPC code,LPDC decode, LDPC simulation,and some others in matlab.The result seems to be good to see. Hope it can help you a lot
Platform: | Size: 22528 | Author: yohanna.wang | Hits:

[Communicationldpc_bsnugroho

Description: Simple demonstration of LDPC in MATLAB
Platform: | Size: 9216 | Author: Phuc Nguyen | Hits:

[Mathimatics-Numerical algorithmsLDPC-PEG算法构造H矩阵

Description: LDPC-PEG算法构造H矩阵源码程序,matlab源码程序 clear all; clc; %输入编码参数,m:校验节点数目,n:变量节点数目(注意码率R不一定为1/2) %构造任意码率的LDPC校验矩阵 m=input('The number of check nodes:'); n=input('The number of variable nodes:'); h=zeros(m,n); %给定变量节点度分布序列 dv=0.38354*x+0.04237*x^2+0.57409*x^3 %为了得到更好的性能,此处的度分布序列采用密度进化理论选取 dv=inline('0.38354*x+0.04237*x.^2+0.57409*x.^3','x'); %计算每个度分布的节点数 indv=quadl(dv,0,1); a2=round(n*(0.38354/2/indv)); a3=round(n*(0.04273/3/indv)); ds(1:a2)=2; ds(a2+1:a3+a2)=3;(LDPC-PEG algorithm constructs H matrix source code program, matlab source code program clear all; CLC; % Input coding parameters, m: number of check nodes, n: number of variable nodes (note that bit rate R is not necessarily 1/2) % Constructing LDPC Check Matrix with Arbitrary Bit Rate M = input ('The number of check nodes:'); N = input ('The number of variable nodes:'); H = zeros (m, n); % Given variable nodal degree distribution sequence DV = 0.38354*x+0.04237*x^2+0.57409*x^3 % In order to get better performance, the density evolution theory is used to select the degree distribution sequence. DV = inline ('0.38354 * x + 0.04237 * X. ^ 2 + 0.57409 * X. ^ 3','x'); % Calculate the number of nodes per degree distribution INDV = quadl (dv, 0, 1); A2 = round (n* (0.38354/2/indv)); A3 = round (n* (0.04273/3/indv); DS (1:a2) =2; DS (a2 + 1: A3 + a2) = 3;)
Platform: | Size: 1024 | Author: MATLAB编程 | Hits:
« 1 2 3 45 6 7 8 9 10 11 »

CodeBus www.codebus.net